We are no longer using PangoFT2 APIs in this demo, so make sure that we build
it on all builds since we already depend on a HarfBuzz/Pango version that
provide everything that we need here.
Drop the unnecessary pangofc-font.h include as a result.
*/
#include <gtk/gtk.h>
-#include <pango/pangofc-font.h>
#include <hb.h>
#include <hb-ot.h>
#include <glib/gi18n.h>
'transparent.c',
'tree_store.c',
'video_player.c',
+ 'font_features.c',
])
gtkdemo_deps = [ libgtk_dep, ]
'script-names.c',
'unicode-names.c',
'suggestionentry.c',
+ 'language-names.c',
])
-if harfbuzz_dep.found() and pangoft_dep.found()
- demos += files(['font_features.c'])
- extra_demo_sources += files(['language-names.c'])
- gtkdemo_deps += [ harfbuzz_dep, epoxy_dep ]
-endif
-
if os_unix
demos += files('pagesetup.c')
endif